home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / STARTUP / StubExeU.dfm / StubExeU.txt
Text File  |  1996-03-20  |  590b  |  33 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 189
  5.   Height = 68
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object LoadLibBtn: TButton
  14.     Left = 8
  15.     Top = 8
  16.     Width = 75
  17.     Height = 25
  18.     Caption = '&Load Library'
  19.     TabOrder = 0
  20.     OnClick = LoadLibBtnClick
  21.   end
  22.   object FreeLibBtn: TButton
  23.     Left = 96
  24.     Top = 8
  25.     Width = 75
  26.     Height = 25
  27.     Caption = '&Free Library'
  28.     Enabled = False
  29.     TabOrder = 1
  30.     OnClick = FreeLibBtnClick
  31.   end
  32. end
  33.